home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 19 / Amiga Plus Leser CD 19.iso / Tools / MorphOS / cvs-1.11.2 / source / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-11-18  |  10.0 KB  |  372 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if on AIX 3.
  5.    System headers sometimes define this.
  6.    We just want to avoid a redefinition error message.  */
  7. #ifndef _ALL_SOURCE
  8. /* #undef _ALL_SOURCE */
  9. #endif
  10.  
  11. /* Define if the closedir function returns void instead of int.  */
  12. #define CLOSEDIR_VOID 1
  13.  
  14. /* Define to empty if the keyword does not work.  */
  15. /* #undef const */
  16.  
  17. /* Define to `int' if <sys/types.h> doesn't define.  */
  18. /* #undef gid_t */
  19.  
  20. /* Define if your system has a working fnmatch function.  */
  21. /* #undef HAVE_FNMATCH */
  22.  
  23. /* Define if you support file names longer than 14 characters.  */
  24. #define HAVE_LONG_FILE_NAMES 1
  25.  
  26. /* Define if you have a working `mmap' system call.  */
  27. /* #undef HAVE_MMAP */
  28.  
  29. /* Define if your struct stat has st_blksize.  */
  30. /* #undef HAVE_ST_BLKSIZE */
  31.  
  32. /* Define if your struct stat has st_rdev.  */
  33. /* #undef HAVE_ST_RDEV */
  34.  
  35. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  36. /* #undef HAVE_SYS_WAIT_H */
  37.  
  38. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  39. #define HAVE_UTIME_NULL 1
  40.  
  41. /* Define if you have <vfork.h>.  */
  42. /* #undef HAVE_VFORK_H */
  43.  
  44. /* Define if on MINIX.  */
  45. /* #undef _MINIX */
  46.  
  47. /* Define to `int' if <sys/types.h> doesn't define.  */
  48. /* #undef mode_t */
  49.  
  50. /* Define if your C compiler doesn't accept -c and -o together.  */
  51. /* #undef NO_MINUS_C_MINUS_O */
  52.  
  53. /* Define to `int' if <sys/types.h> doesn't define.  */
  54. /* #undef pid_t */
  55.  
  56. /* Define if the system does not provide POSIX.1 features except
  57.    with this defined.  */
  58. /* #undef _POSIX_1_SOURCE */
  59.  
  60. /* Define if you need to in order for stat and other things to work.  */
  61. #define _POSIX_SOURCE 1
  62.  
  63. /* Define as the return type of signal handlers (int or void).  */
  64. #define RETSIGTYPE void
  65.  
  66. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  67. /* #undef size_t */
  68.  
  69. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  70. /* #undef STAT_MACROS_BROKEN */
  71.  
  72. /* Define if you have the ANSI C header files.  */
  73. #define STDC_HEADERS 1
  74.  
  75. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  76. /* #undef TIME_WITH_SYS_TIME */
  77.  
  78. /* Define to `int' if <sys/types.h> doesn't define.  */
  79. /* #undef uid_t */
  80.  
  81. /* Define vfork as fork if vfork does not work.  */
  82. /* #undef vfork */
  83.  
  84. /* Define if you have MIT Kerberos version 4 available.  */
  85. /* #undef HAVE_KERBEROS */
  86.  
  87. /* Define if you want CVS to be able to be a remote repository client.  */
  88. #define CLIENT_SUPPORT 1
  89.  
  90. /* Define if you want CVS to be able to serve repositories to remote
  91.    clients.  */
  92. /* #undef SERVER_SUPPORT */
  93.  
  94. /* Define if you want to use the password authenticated server.  */
  95. /* #undef AUTH_SERVER_SUPPORT */
  96.  
  97. /* Define if you want encryption support.  */
  98. /* #undef ENCRYPTION */
  99.  
  100. /* Define if you have the connect function.  */
  101. #define HAVE_CONNECT 1
  102.  
  103. /* Define if you have memchr (always for CVS).  */
  104. #define HAVE_MEMCHR 1
  105.  
  106. /* Define if you have strchr (always for CVS).  */
  107. #define HAVE_STRCHR 1
  108.  
  109. /* Define if utime requires write access to the file (true on Windows,
  110.    but not Unix).  */
  111. /* #undef UTIME_EXPECTS_WRITABLE */
  112.  
  113. /* Define if setmode is required when writing binary data to stdout.  */
  114. /* #undef USE_SETMODE_STDOUT */
  115.  
  116. /* Define if the diff library should use setmode for binary files.
  117.    FIXME: Why two different macros for setmode?  */
  118. /* #undef HAVE_SETMODE */
  119.  
  120. /* Define if you have the crypt function.  */
  121. #define HAVE_CRYPT 1
  122.  
  123. /* Define if you have the getspnam function.  */
  124. /* #undef HAVE_GETSPNAM */
  125.  
  126. /* Define to force lib/regex.c to use malloc instead of alloca.  */
  127. #define REGEX_MALLOC 1
  128.  
  129. /* Define to force lib/regex.c to define re_comp et al.  */
  130. #define _REGEX_RE_COMP 1
  131.  
  132. /* Define if you have the dup2 function.  */
  133. /* #undef HAVE_DUP2 */
  134.  
  135. /* Define if you have the fchdir function.  */
  136. /* #undef HAVE_FCHDIR */
  137.  
  138. /* Define if you have the fchmod function.  */
  139. /* #undef HAVE_FCHMOD */
  140.  
  141. /* Define if you have the fsync function.  */
  142. /* #undef HAVE_FSYNC */
  143.  
  144. /* Define if you have the ftime function.  */
  145. #define HAVE_FTIME 1
  146.  
  147. /* Define if you have the ftruncate function.  */
  148. #define HAVE_FTRUNCATE 1
  149.  
  150. /* Define if you have the getgroups function.  */
  151. /* #define HAVE_GETGROUPS 1 */
  152.  
  153. /* Define if you have the getpagesize function.  */
  154. /* #undef HAVE_GETPAGESIZE */
  155.  
  156. /* Define if you have the getpassphrase function.  */
  157. /* #undef HAVE_GETPASSPHRASE */
  158.  
  159. /* Define if you have the gettimeofday function.  */
  160. /* #undef HAVE_GETTIMEOFDAY */
  161.  
  162. /* Define if you have the initgroups function.  */
  163. #define HAVE_INITGROUPS 1
  164.  
  165. /* Define if you have the krb_get_err_text function.  */
  166. /* #undef HAVE_KRB_GET_ERR_TEXT */
  167.  
  168. /* Define if you have the memmove function.  */
  169. #define HAVE_MEMMOVE 1
  170.  
  171. /* Define if you have the mkdir function.  */
  172. #define HAVE_MKDIR 1
  173.  
  174. /* Define if you have the mknod function.  */
  175. /* #undef HAVE_MKNOD */
  176.  
  177. /* Define if you have the mkstemp function.  */
  178. /* #undef HAVE_MKSTEMP */
  179.  
  180. /* Define if you have the mktemp function.  */
  181. #define HAVE_MKTEMP 1
  182.  
  183. /* Define if you have the nanosleep function.  */
  184. /* #undef HAVE_NANOSLEEP */
  185.  
  186. /* Define if you have the putenv function.  */
  187. /* #undef HAVE_PUTENV */
  188.  
  189. /* Define if you have the readlink function.  */
  190. /* #undef HAVE_READLINK */
  191.  
  192. /* Define if you have the rename function.  */
  193. #define HAVE_RENAME 1
  194.  
  195. /* Define if you have the select function.  */
  196. /* #undef HAVE_SELECT */
  197.  
  198. /* Define if you have the sigaction function.  */
  199. /* #undef HAVE_SIGACTION */
  200.  
  201. /* Define if you have the sigblock function.  */
  202. /* #undef HAVE_SIGBLOCK */
  203.  
  204. /* Define if you have the sigprocmask function.  */
  205. /* #undef HAVE_SIGPROCMASK */
  206.  
  207. /* Define if you have the sigsetmask function.  */
  208. /* #undef HAVE_SIGSETMASK */
  209.  
  210. /* Define if you have the sigvec function.  */
  211. /* #undef HAVE_SIGVEC */
  212.  
  213. /* Define if you have the strerror function.  */
  214. #define HAVE_STRERROR 1
  215.  
  216. /* Define if you have the strstr function.  */
  217. #define HAVE_STRSTR 1
  218.  
  219. /* Define if you have the strtoul function.  */
  220. #define HAVE_STRTOUL 1
  221.  
  222. /* Define if you have the tempnam function.  */
  223. /* #undef HAVE_TEMPNAM */
  224.  
  225. /* Define if you have the timezone function.  */
  226. /* #undef HAVE_TIMEZONE */
  227.  
  228. /* Define if you have the tzset function.  */
  229. #if defined(__SASC) || (defined(__GNUC__) && defined(__ixemul__))
  230.  #define HAVE_TZSET 1
  231. #endif
  232.  
  233. /* Define if you have the usleep function.  */
  234. /* #undef HAVE_USLEEP */
  235.  
  236. /* Define if you have the valloc function.  */
  237. /* #undef HAVE_VALLOC */
  238.  
  239. /* Define if you have the vprintf function.  */
  240. #define HAVE_VPRINTF 1
  241.  
  242. /* Define if you have the wait3 function.  */
  243. /* #undef HAVE_WAIT3 */
  244.  
  245. /* Define if you have the waitpid function.  */
  246. /* #undef HAVE_WAITPID */
  247.  
  248. /* Define if you have the <direct.h> header file.  */
  249. /* #undef HAVE_DIRECT_H */
  250.  
  251. /* Define if you have the <dirent.h> header file.  */
  252. #define HAVE_DIRENT_H 1
  253.  
  254. /* Define if you have the <errno.h> header file.  */
  255. #define HAVE_ERRNO_H 1
  256.  
  257. /* Define if you have the <fcntl.h> header file.  */
  258. #define HAVE_FCNTL_H 1
  259.  
  260. /* Define if you have the <gssapi.h> header file.  */
  261. /* #undef HAVE_GSSAPI_H */
  262.  
  263. /* Define if you have the <gssapi/gssapi.h> header file.  */
  264. /* #undef HAVE_GSSAPI_GSSAPI_H */
  265.  
  266. /* Define if you have the <gssapi/gssapi_generic.h> header file.  */
  267. /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
  268.  
  269. /* Define if you have the <io.h> header file.  */
  270. /* #undef HAVE_IO_H */
  271.  
  272. /* Define if you have the <krb5.h> header file.  */
  273. /* #undef HAVE_KRB5_H */
  274.  
  275. /* Define if you have the <limits.h> header file.  */
  276. #define HAVE_LIMITS_H 1
  277.  
  278. /* Define if you have the <memory.h> header file.  */
  279. /* #undef HAVE_MEMORY_H */
  280.  
  281. /* Define if you have the <ndbm.h> header file.  */
  282. /* #undef HAVE_NDBM_H */
  283.  
  284. /* Define if you have the <ndir.h> header file.  */
  285. /* #undef HAVE_NDIR_H */
  286.  
  287. /* Define if you have the <stdlib.h> header file.  */
  288. #define HAVE_STDLIB_H 1
  289.  
  290. /* Define if you have the <string.h> header file.  */
  291. #define HAVE_STRING_H 1
  292.  
  293. /* Define if you have the <sys/bsdtypes.h> header file.  */
  294. /* #undef HAVE_SYS_BSDTYPES_H */
  295.  
  296. /* Define if you have the <sys/dir.h> header file.  */
  297. /* #undef HAVE_SYS_DIR_H */
  298.  
  299. /* Define if you have the <sys/file.h> header file.  */
  300. /* #undef HAVE_SYS_FILE_H */
  301.  
  302. /* Define if you have the <sys/ndir.h> header file.  */
  303. /* #undef HAVE_SYS_NDIR_H */
  304.  
  305. /* Define if you have the <sys/param.h> header file.  */
  306. /* #undef HAVE_SYS_PARAM_H */
  307.  
  308. /* Define if you have the <sys/resource.h> header file.  */
  309. /* #undef HAVE_SYS_RESOURCE_H */
  310.  
  311. /* Define if you have the <sys/select.h> header file.  */
  312. /* #undef HAVE_SYS_SELECT_H */
  313.  
  314. /* Define if you have the <sys/stat.h> header file.  */
  315. #define HAVE_SYS_STAT_H 1
  316.  
  317. /* Define if you have the <sys/time.h> header file.  */
  318. /* #undef HAVE_SYS_TIME_H */
  319.  
  320. /* Define if you have the <sys/timeb.h> header file.  */
  321. /* #undef HAVE_SYS_TIMEB_H */
  322.  
  323. /* Define if you have the <sys/types.h> header file.  */
  324. #define HAVE_SYS_TYPES_H 1
  325.  
  326. /* Define if you have the <syslog.h> header file.  */
  327. /* #undef HAVE_SYSLOG_H */
  328.  
  329. /* Define if you have the <unistd.h> header file.  */
  330. #define HAVE_UNISTD_H 1
  331.  
  332. /* Define if you have the <utime.h> header file.  */
  333. #define HAVE_UTIME_H 1
  334.  
  335. /* Name of package */
  336. /* #undef PACKAGE */
  337.  
  338. /* Version number of package */
  339. /* #undef VERSION */
  340.  
  341. /* Path to the pr utility */
  342. /* #undef PR_PROGRAM */
  343.  
  344. /* Define if you have GSSAPI with Kerberos version 5 available. */
  345. /* #undef HAVE_GSSAPI */
  346.  
  347. /* Define to an alternative value if GSS_C_NT_HOSTBASED_SERVICE isn't defined
  348. in the gssapi.h header file.  MIT Kerberos 1.2.1 requires this.  Only relevant
  349. when using GSSAPI. */
  350. /* #undef GSS_C_NT_HOSTBASED_SERVICE */
  351.  
  352. /* For the Amiga port we don`t allow the EXT Method because it doesn`t work as it should */
  353. #define NO_EXT_METHOD 1
  354.  
  355. #define START_SERVER_RETURNS_SOCKET 1
  356. #define NO_SOCKET_TO_FD 1
  357.  
  358. #define START_SERVER amiga_start_server
  359. #define SHUTDOWN_SERVER 1
  360. #define SHUTDOWN_SERVER_INPUT amiga_shutdown_server_input
  361. #define SHUTDOWN_SERVER_OUTPUT amiga_shutdown_server_output
  362.  
  363. extern void START_SERVER (int *tofd, int *fromfd,
  364.            char *client_user,
  365.            char *server_user,
  366.            char *server_host,
  367.            char *server_cvsroot);
  368. extern void SHUTDOWN_SERVER_INPUT(int fd);
  369. extern void SHUTDOWN_SERVER_OUTPUT(int fd);
  370.  
  371. #define same_file(a,b) (-1)
  372.